Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: changed query presets not updated in filter form (#1557) #1624

Conversation

stolpeo
Copy link
Contributor

@stolpeo stolpeo commented May 15, 2024

No description provided.

@stolpeo stolpeo linked an issue May 15, 2024 that may be closed by this pull request
Copy link

deps-report 🔍

Commit scanned: 2b97c11
ℹ️ Python version 3.10 is used by your project but the latest version is 3.12.

Vulnerable dependencies

3 dependencies have vulnerabilities 😱
Dependency Advisory Versions impacted
idna (transitive) CVE-2024-3651 impacts the idna.encode() function, where a specially crafted argument could lead to significant resource consumption, causing a denial-of-service. In version 3.7, this function has been updated to reject such inputs efficiently, minimizing resource use. A practical workaround involves enforcing a maximum domain name length of 253 characters before encoding, as the vulnerability is triggered by unusually large inputs that normal operations wouldn't encounter. <3.7
pyopenssl (transitive) CVE-2023-6129 affects PyOpenSSL versions starting from 22.0.0 due to a vulnerability in the POLY1305 MAC algorithm on PowerPC CPUs. This issue could lead to state corruption in applications, causing inaccurate outcomes or service disruptions. Attackers need specific conditions to exploit this flaw, including the ability to manipulate the algorithm's use and reliance on certain system registers by the application. >=22.0.0
sqlalchemy Sqlalchemy 2.0.0b1 avoids leaking cleartext passwords to the open for careless uses of str(engine.URL()) in logs and prints. sqlalchemy/sqlalchemy#8563 <2.0.0b1

Outdated dependencies

67 outdated dependencies found (including 21 outdated major versions)😢
Dependency Installed version Latest version
argon2-cffi (transitive) 21.3.0 23.1.0
billiard (transitive) 3.6.4.0 4.2.0
conditional (transitive) 1.5 2.0
coverage (dev,transitive) 6.5.0 7.5.1
coveralls (dev) 3.3.1 4.0.0
crispy-bootstrap4 (transitive) 2022.1 2024.1
django 3.2.25 5.0.6
faker (dev,transitive) 24.4.0 25.2.0
flake8 (dev) 6.1.0 7.0.0
lxml 4.9.4 5.2.2
mistune (transitive) 2.0.5 3.0.2
packaging (transitive) 23.2 24.0
protobuf 3.20.3 5.26.1
regex (transitive) 2023.12.25 2024.5.10
sentry-sdk 1.44.1 2.1.1
setuptools (transitive) 67.6.1 69.5.1
sphinx (transitive) 6.2.1 7.3.7
sphinx-rtd-theme (transitive) 1.2.2 2.0.0
sqlalchemy 1.4.52 2.0.30
unidecode (transitive) 0.4.21 1.3.8
xmlschema (transitive) 2.5.1 3.3.1
Dependency Installed version Latest version
aiobotocore (transitive) 2.12.2 2.12.3
aiohttp (transitive) 3.9.3 3.9.5
babel (transitive) 2.14.0 2.15.0
botocore (transitive) 1.34.51 1.34.105
celery (transitive) 5.2.7 5.4.0
cryptography (transitive) 42.0.5 42.0.7
django-autocomplete-light (transitive) 3.9.4 3.11.0
django-crispy-forms (transitive) 2.0 2.1
django-db-file-storage (transitive) 0.5.5 0.5.6.1
django-environ (transitive) 0.10.0 0.11.2
django-iconify (transitive) 0.1.1 0.4
django-model-utils (transitive) 4.3.1 4.5.1
django-plugins-bihealth 0.4.0 0.5.2
django-postgres-copy 2.3.7 2.7.4
django-pydantic-field 0.3.7 0.3.9
djangorestframework (transitive) 3.14.0 3.15.1
docutils (transitive) 0.18.1 0.21.2
drf-keyed-list-bihealth 0.1.1 0.2.1
drf-spectacular-sidecar (transitive) 2024.4.1 2024.5.1
exceptiongroup (transitive) 1.2.0 1.2.1
freezegun (dev) 1.4.0 1.5.1
idna (transitive) 3.6 3.7
ipython (dev,transitive) 8.23.0 8.24.0
jinja2 (transitive) 3.1.3 3.1.4
jsonschema 4.21.1 4.22.0
kombu (transitive) 5.3.6 5.3.7
markdown (transitive) 3.4.1 3.6
matplotlib-inline (dev,transitive) 0.1.6 0.1.7
pandas 2.2.1 2.2.2
parso (dev,transitive) 0.8.3 0.8.4
platformdirs (transitive) 4.2.1 4.2.2
pydantic 2.6.4 2.7.1
pydantic-core (transitive) 2.16.3 2.18.2
pyflakes (dev,transitive) 3.1.0 3.2.0
pygments (transitive) 2.17.2 2.18.0
pysam 0.22.0 0.22.1
redis 5.0.3 5.0.4
referencing (transitive) 0.34.0 0.35.1
requests-http-signature 0.2.0 0.7.1
rpds-py (transitive) 0.18.0 0.18.1
selenium (dev) 4.19.0 4.20.0
tqdm 4.66.2 4.66.4
traitlets (dev,transitive) 5.14.2 5.14.3
urllib3 (transitive) 2.0.7 2.2.1
versioneer (transitive) 0.28 0.29
wheel (transitive) 0.40.0 0.43.0

Logs

@stolpeo stolpeo changed the title fix: changed query presets only shown in filtering after page refresh… fix: changed query presets not updated in filter form (#1557) May 15, 2024
Copy link

codecov bot commented May 15, 2024

Codecov Report

Attention: Patch coverage is 6.89655% with 27 lines in your changes are missing coverage. Please review.

Project coverage is 69%. Comparing base (b28ca91) to head (2b97c11).

Additional details and impacted files
@@          Coverage Diff          @@
##            main   #1624   +/-   ##
=====================================
- Coverage     69%     69%   -1%     
=====================================
  Files        381     381           
  Lines      25163   25176   +13     
  Branches    1691    1695    +4     
=====================================
+ Hits       17526   17528    +2     
- Misses      7637    7648   +11     
Files Coverage Δ
svs/vueapp/src/stores/svQuery.js 3% <ø> (ø)
...iants/vueapp/src/stores/variantAcmgRating/store.ts 14% <ø> (ø)
variants/vueapp/src/stores/variantComments.ts 12% <ø> (ø)
variants/vueapp/src/stores/variantFlags.ts 13% <ø> (ø)
variants/vueapp/src/stores/variantResultSet.ts 24% <ø> (ø)
cases/vueapp/src/stores/caseDetails.ts 20% <20%> (-1%) ⬇️
variants/vueapp/src/stores/variantQuery.js 17% <0%> (-1%) ⬇️
...s/vueapp/src/components/CaseDetail/CardQueries.vue 21% <5%> (-2%) ⬇️

@stolpeo stolpeo merged commit dc66b1a into main May 15, 2024
17 of 18 checks passed
@stolpeo stolpeo deleted the 1557-changed-query-presets-only-shown-in-filtering-after-page-refresh branch May 15, 2024 07:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Changed query presets only shown in filtering after page refresh
1 participant